home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14822 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  523 b 

  1. From: Jim_Marshall@msn.com (Jim Marshall)
  2. Subject: Re: Peeking Memory with Visual C++ 4.0
  3. Date: 2 Apr 96 05:08:13 -0800
  4. References: <4j9j5s$dnr@reader2.ix.netcom.com> <4jc3mq$gu0@cloner2.ix.netcom.com>
  5. Message-ID: <00001a81+0000b0ea@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c++
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. AFAIK - You can not directly touch system memory (including bios) 
  11. from USER mode code in WIN32 (a regular EXE).  In order to do that 
  12. you would need to write a device driver.
  13.  
  14. JJM
  15.